home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Shareware World / Info / For Developers / MakePerlDroplet / About MakePerlDroplet next >
Text File  |  1998-07-20  |  4KB  |  89 lines

  1.  
  2. 1. What is MakePerlDroplet?
  3.  
  4. MakePerlDroplet is an AppleScript droplet that directs MacPerl to check the
  5. syntax of a Perl script and compile the script as a droplet. if there are
  6. syntax errors, they will be displayed in the "MacPerl" window and the script
  7. will not be compiled.
  8.  
  9. The droplet's name is taken from the name of the script. Specifically, the
  10. name is everything before the first period in the script's name
  11. (/^([^.]+)/). Thus, script names must contain a period beyond the first
  12. character. (Note that it is a bad idea to name Mac files with a leading
  13. period.)
  14.  
  15.      Example: dropping the perl script "script.pl" on MakePerlDroplet
  16.      will produce a droplet named "script"
  17.  
  18. MakePerlDroplet will only build one droplet at a time.
  19.  
  20. 2. What is Molecular Vision?
  21.  
  22. Molecular Vision is a peer-reviewed journal of molecular biology, cell
  23. biology, and the genetics of the visual system. MakePerlDroplet was written
  24. as a time saving tool to develop software for Molecular Vision.
  25.  
  26. 3. How do I install it?
  27.  
  28. Download the file "mpd.hqx" and unpack it. You will need AppleScript and
  29. MacPerl installed to use it. See their respective documentation for
  30. installation instructions.
  31.  
  32. 4. Known bugs and limitations
  33.  
  34. All known bugs have been addressed.
  35.  
  36. MakePerlDroplet has only been tested with a PM8500 running MacOS 8.0,
  37. AppleScript 1.1.2, and MacPerl 5.2.0r4.
  38.  
  39. 5. Legal stuff
  40.  
  41. MakePerlDroplet is free, but not in the public domain. This software is
  42. copyrighted ©1998 Stephen Cristol. MakePerlDroplet cannot be sold by itself
  43. or in combination with any other product, without the express written
  44. permission of the author, Stephen Cristol. Commercial publishers and
  45. distributors of CD-ROM software collections may not distribute
  46. MakePerlDroplet on CD-ROM without the express written permission of the
  47. author, Stephen Cristol.
  48.  
  49. MakePerlDroplet may be posted on an information service which charges its
  50. users for connection time, but it may NOT be posted in any location that
  51. will charge for the specific right to download MakePerlDroplet, without the
  52. express written permission of Stephen Cristol. User groups which are
  53. publishing a CD-ROM or floppy collection, may include MakePerlDroplet
  54. without restriction, save that the entire MakePerlDroplet package is
  55. included. Hard disk vendor which distribute PD, shareware, and freeware on
  56. disk drives, may distribute MakePerlDroplet in its entirety. MakePerlDroplet
  57. may be given away as a support utility for a package which is itself to be
  58. given away.
  59.  
  60. 6. Disclaimer
  61.  
  62. This program is provided "as is" without express or implied warranty,
  63. including but not limited to any implied warranties of merchantability and
  64. fitness for a particular purpose. In no event will the author, Stephen
  65. Cristol be liable for any damages, including lost profits, lost savings, or
  66. other incidental or consequential damages, even if the author, Stephen
  67. Cristol is advised of the possibility of such damages, or for any claim by
  68. you or any third party.
  69.  
  70. 7. Comments & bug reports
  71.  
  72. Please direct your comments or bug reports to me, at:
  73.  
  74.                               cristol@emory.edu
  75.  
  76. If this software saves you so much time or money that you feel a need to
  77. compensate someone for it, consider making a donation to Molecular Vision:
  78.  
  79.                               Molecular Vision
  80.                        c/o Jeffrey H. Boatright, Ph.D.
  81.                         Lab B-5500, Emory Eye Center
  82.                            1327 Clifton Road, N.E.
  83.                               Atlanta, GA 30322
  84.  
  85. 8. Obtaining MakePerlDroplet
  86.  
  87. MakePerlDroplet (7K) is available from the MakePerlDroplet home page
  88. <http://www.molvis.org/molvis/software.html>.
  89.